Get Filtered Dataset Label Aggregation

Request
path Parameters
id
required
string
Request Body schema: application/json
assignmentId
string
taskId
string
creators
Array of strings
Responses
200

Ok

post/datasets/{id}/annotations/labels
Request samples
application/json
{
  • "assignmentId": "string",
  • "taskId": "string",
  • "creators": [
    ]
}
Response samples
application/json
[
  • {
    }
]